-
Normally, with Laravel (@laravelphp on Twitter), if you create a model and use the “-m” or “–migration” flag to create the accompanying migration, it will pluralize the table. So for example “User” model will use a “users” table; “Vehicle” model will use a “vehicles” table. I just discovered however, that if you create a “Data”…
📂 Journal🏷️ Laravel
-
Implementing Jams
Jams were a type of content popularized by the website This is my jam. This is my jam has since gone into read-only archive mode. This is such a great way of closing a website — especially one whose content is mostly community-created. I started to use the site at the end of last year…
📂 Journal🏷️ Music
-
Petition: Government to abandon all ideas of trying to ban strong encryption
https://petition.parliament.uk/archived/petitions/106369
📂 Journal🏷️ Encryption
-
-
-
-
-
On rethinking my database structure
I’ve been using Laravel for my personal website for about eight months now and haven’t looked back since. This huge advantage to my rebuilding it in that way — from its original WordPress foundations — was that I had a crash course in using Laravel as well as learning some best practices as well. Now…
📂 Journal🏷️ Laravel