guillaumebriday / laravel-blog

Laravel 11.0 blog application with Hotwire, Horizon, Telescope, Sanctum, Breeze and Pusher
https://laravel-blog.guillaumebriday.fr
MIT License
1.75k stars 572 forks source link

can i use this project with artisan serve #93

Closed phantom007md closed 5 years ago

phantom007md commented 5 years ago

do you think i can use it with artisan serve? as i can't go with docker and i'm afraid redis and other dependencies would get me to a failure point.

guillaumebriday commented 5 years ago

Hey,

Sure you can, I think it's easier to user Docker as long as the development environment is already configured.

You will need to run some services like mysql redis and node on your own.

Thanks