Looking to hire Laravel developers? Try LaraJobs

laravel-skeleton maintained by danidoble

Description
The Laravel Framework with other plugins.
Last update
2023/05/06 18:50 (dev-main)
License
Links
Downloads
8

Comments
comments powered by Disqus

Laravel skeleton project

This is a skeleton project for Laravel 10. It includes the following packages:

Installation

composer create-project danidoble/laravel-skeleton
cd laravel-skeleton
cp .env.example .env
php artisan key:generate
php artisan storage:link
php artisan migrate
npm install
npm run dev