Skip to content

n3w63n/gestor-licencia

 
 

Repository files navigation

Gestor de licencias

This is a project based on the creation and management of licenses.

Getting started

Launch the starter project

(Assuming you've installed Laravel)

Fork this repository, then clone your fork, and run this in your newly created directory:

composer install

Next you need to make a copy of the .env.example file and rename it to .env inside your project root.

Run the following command to generate your app key:

php artisan key:generate

Then start your server:

php artisan serve

Next config your database and use:

php artisan migrate

Or config your database using seeds:

php artisan migrate --seed

now you can compile the assets:

npm install && npm run dev

Your Laravel starter project is now up and running!

Licence

This project is private software licensed.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 59.4%
  • Blade 40.5%
  • Shell 0.1%