In addition to actually removing records from your database, Eloquent can also “soft delete” models. When models are soft deleted, they are not actually removed from your database. Instead, a deleted_at attribute is set on the model and inserted into the database. If a model has a non-null deleted_at value, the model has been soft deleted. To enable soft …
Free SSL Implementation With Certbot
You are a web developer and want to implement HTTPS on your site. Will you need to purchase SSL Certificate? – Surely, YES. But there is letsencrypt. If you use letsencrypt, you can enable HTTPS on your site freely. As a way to implement letsencrypt to enable HTTPS, you can use Certbot ACME client. https://certbot.eff.org …
apiary.io – online API Desing Stack
Building great APIs is all about effective collaboration. App developers, testers, architects, product managers, clients, and partners all bring unique perspectives to the design of your APIs. We can use this service when designing REST API. There are a lot of services online. But this is free and easy to use.