Laravel-From-Scratch-Blog-Project icon indicating copy to clipboard operation
Laravel-From-Scratch-Blog-Project copied to clipboard

The completed blog demo project from Laravel 8 From Scratch.

Results 14 Laravel-From-Scratch-Blog-Project issues
Sort by recently updated
recently updated
newest added

[Further Ideas #1 added](https://github.com/kunal254/Laravel-From-Scratch-Blog-Project/blob/b6eed7f28ff80875a5986c0532eedbc384fdf5aa/README.md?plain=1#L33) - [x] Add a `status` column to the posts table to allow for posts that are still in a "draft" state. Only when this status is...

I am trying for 6 hours now to get the project running with laravel sail. Sorry for misusing the bugreport, but can you please give me some hints how to...

I had found that composer failed with installation on PHP8.1, so had updated composer. Also there is a requirement to regenerate key after installation, added to README.

This PR is to setup the scaffold for using `docker-compose` in order to quickly spin up this example project. This PR will create three containers (Nginx, Laravel App, MySQL DB)...

[Issue 16](https://github.com/JeffreyWay/Laravel-From-Scratch-Blog-Project/issues/16) has the fix; I just copied that and put it here.