laravel-skeleton
A Skeleton/Boilerplate for Your Laravel Projects!
"Simple, Fast, Powerful"
This project is designed for developers who want to build powerful applications using Laravel with ease and efficiency.
- PHP Version: 8.3
- Database: MySQL / MariaDB
- Framework: Laravel 11
Follow these simple steps to set up the project:
- Install the required dependencies using Composer:
composer install
- Configure the environment file:
Copy.env.example
to.env
and update the configuration according to your setup. - Generate the application key:
php artisan key:generate
- Create a new database and import the provided SQL file located at:
database/smartproject.sql
- Run the application:
php artisan serve
That's it! Your application is now ready. Open it in your browser.
We welcome contributions!
Fork this repository, make your improvements, and submit a Pull Request to collaborate with us.