sickleper / myAgent-PP

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build Status Total Downloads Latest Stable Version License

How to install the project MyAgent on your device.

  1. Please copy the project repository link from github. https://github.com/tomfarrelly/myAgent-PP/edit/master/README.md
  2. Go into Atom,Open the Github Panel and click on Clone an existing Github repository.
  3. Paste the link into Clone from and select a directory consisting the WAF folder copy the path and clone the project into there.
  4. Open the Homestead folder in Atom, and go into the homestead.yaml to configure the settings.
  5. Put that code under sites:
  • map: my.agent to: /home/vagrant/WAF/MyLaravelProjects/MyAgent/public Put this under database:
  • my_agent Save this homestead.yaml file.
  1. Then open up Notepad as Administrator, Pick File -> Open -> hosts -> add this line of code 127.0.0.1 my.agent under # localhost name resolution is handled within DNS itself. Save and exit.
  2. Then open up GitBash, type -> cd WAF/Homestead -> vagrant up
  3. Go to phpAdmin and create new databse called my_agent
  4. In atom make an .env file and change into DB_CONNECTION=mysql DB_HOST=127.0.0.1 DB_PORT=3306 DB_DATABASE=my_agent DB_USERNAME=homestead DB_PASSWORD=secret

Then in GitBash, type vagrant reload --provision inside of Homestead. 10) Open up new Gitbash window,and cd into your project directory then run this command -> composer install followed by npm install 11) Go back to the Gitbash window with Homestead and type in -> vagrant ssh -> cd WAF/MyLaravelProjects/MyAgent, run this command -> php artisan migrate:fresh --seed 12) You can then login as an Admin with email: admin@myagent.com password: secret, or as an event manager email: shane@em.com password: secret, or finally as a DJ email: max@dj.com password: secret

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.

Learning Laravel

Laravel has the most extensive and thorough documentation and video tutorial library of all modern web application frameworks, making it a breeze to get started with the framework.

If you don't feel like reading, Laracasts can help. Laracasts contains over 1500 video tutorials on a range of topics including Laravel, modern PHP, unit testing, and JavaScript. Boost your skills by digging into our comprehensive video library.

Laravel Sponsors

We would like to extend our thanks to the following sponsors for funding Laravel development. If you are interested in becoming a sponsor, please visit the Laravel Patreon page.

Premium Partners

Contributing

Thank you for considering contributing to the Laravel framework! The contribution guide can be found in the Laravel documentation.

Code of Conduct

In order to ensure that the Laravel community is welcoming to all, please review and abide by the Code of Conduct.

Security Vulnerabilities

If you discover a security vulnerability within Laravel, please send an e-mail to Taylor Otwell via taylor@laravel.com. All security vulnerabilities will be promptly addressed.

License

The Laravel framework is open-sourced software licensed under the MIT license.

DaCollege-api

About


Languages

Language:PHP 50.0%Language:Blade 49.8%Language:Shell 0.2%