Skip to content

dj0nny/larastore

Repository files navigation

Laravel Logo

larastore

About Laravel

Laravel is a web application framework with expressive, elegant syntax. We believe development must be an enjoyable and creative experience to be truly fulfilling. Laravel takes the pain out of development by easing common tasks used in many web projects, such as:

Laravel is accessible, powerful, and provides tools required for large, robust applications.

Getting started

Clone the repository:

git clone https://github.com/dj0nny/larastore.git

Check if PHP and Composer is installed:

php -v
composer -v

Install the dependencies:

composer install

Rename the .env.example to .env and replace with your database configuration. Then run:

php artisan serve

Migration and seeding

For running the migrations:

php artisan migrate

You can also migrate and seed the database with dummy data using:

php artisan migrate --seed

For dropping all the tables and run the migrations and the seeder:

php artisan migrate:refresh --seed

Authors

About

CRUD project made with Laravel framework

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages