- The purpose of this repository is to show good development practices on Laravel as well as to present cases of use of the framework's features, also used Neumorphism to learn modern design.
you can see the demo of this Project Here...
- Back-End Framework Laravel
- Front-End Framework Laravel
- Neumorphism design
- Terminal Support on Shared hosting with Laravel Terminal
Beside Laravel, this project uses other tools like:
- Clone this repository
git clone https://github.com/ehsanghaffarii/Laravel-neumorphism.git
- install and config
composer install
cp .env.example .env
php artisan key:generate
- migrate database
php artisan migrate
- serve website
php artisan serve
- open and enjoy http://localhost
branch for pull request is create
Do not hesitate to contribute to the project by adapting or adding features! Bug reports or pull requests are welcome.
This project is open source and available under the MIT License.