Skip to content
This repository was archived by the owner on Nov 22, 2023. It is now read-only.
/ meetup Public archive

Source files and presentations from the Utah Laravel Meetup.

License

Notifications You must be signed in to change notification settings

utahlaravel/meetup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Utah Laravel Meetup

Here, you'll find source code and presentations from past meetups.

Can't find something? Email [email protected].

All the Links

Name URL
Meetup https://www.meetup.com/utahlaravel/
Slack https://utah-laravel.slack.com/
GitHub https://github.com/utah-laravel
Twitch (livestreams) https://www.twitch.tv/collections/k86Gn4YEkBYrtw
Submit a Talk https://forms.gle/Ak9uAgphrsRuB61TA

Snippets

# Serve Laravel project from within a VM on port 8000
php -S "$(hostname -I | tr -d ' '):8000" -t public

# Create new MySQL database and user over mysql CLI
mysql
  CREATE DATABASE utah_laravel;
  CREATE USER 'utah_laravel' IDENTIFIED BY 'utah_laravel';
  GRANT ALL ON utah_laravel.* TO utah_laravel;

About

Source files and presentations from the Utah Laravel Meetup.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published